home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 July / ENTER.ISO / files / setup_mutantstorm_demo.exe / {app} / script / level107.lua < prev    next >
Encoding:
Text File  |  2003-03-11  |  1.5 KB  |  56 lines

  1. cur_level_num = 107
  2.  
  3. dofile("everything.lua")
  4.  
  5. c_add_a_path("edge-path", 0, 60 )
  6.  
  7. function LEVEL_start()
  8.         ticker = 0
  9.         pylon_start("cornered-1",90.0)
  10.         floor_start_random()
  11.         player_start( -0.409781 , 0.646453 , 0.0 )
  12. end
  13.  
  14. function LEVEL_gameloop()
  15.         everying_gameloop()
  16.  
  17. if ticker == 500 then
  18. actor_plopper( "blocker_red", 1,0,0,     -41.9971,-41.9971,-0.316488,-0.316488,    -90.5,0.0,    "edge-path" )
  19. end
  20.  
  21. if ticker == 500 then
  22. actor_plopper( "blocker_red", 1,0,0,     0.153844,0.153844,-30.0269,-30.0269,    -179.0,0.0,    "edge-path" )
  23. end
  24.  
  25. if ticker == 500 then
  26. actor_plopper( "blocker_red", 1,0,0,     1.20441,1.20441,30.1624,30.1624,    0.0,0.0,    "edge-path" )
  27. end
  28.  
  29. if ticker == 500 then
  30. actor_plopper( "blocker_red", 1,0,0,     40.7513,40.7513,-1.76087,-1.76087,    89.0,0.0,    "edge-path" )
  31. end
  32.  
  33. if ticker == 600 then
  34. actor_plopper( "crystal_large", 1,0,0,     37.7632,37.7632,30.995,30.995,    -90.0,0.0 )
  35. end
  36.  
  37. if ticker == 600 then
  38. actor_plopper( "crystal_large", 1,0,0,     -37.1493,-37.1493,30.995,30.995,    -90.0,0.0 )
  39. end
  40.  
  41. if ticker == 600 then
  42. actor_plopper( "crystal_large", 1,0,0,     -37.1493,-37.1493,-31.4014,-31.4014,    -90.0,0.0 )
  43. end
  44.  
  45. if ticker == 600 then
  46. actor_plopper( "crystal_large", 1,0,0,     37.7632,37.7632,-31.4014,-31.4014,    -90.0,0.0 )
  47. end
  48.  
  49. if ticker == 1500 then
  50. actor_plopper( "robot_green", 40,0,7,     -25.1654,25.208,-18.6152,16.801,    -90.0,0.0 )
  51. c_no_more_beasties_to_come()
  52. end
  53.  
  54. end
  55.  
  56.